remove some left-over dead code
authorØyvind Kolås <pippin@gimp.org>
Sun, 27 Jun 2010 17:01:12 +0000 (18:01 +0100)
committerØyvind Kolås <pippin@gimp.org>
Sun, 27 Jun 2010 17:01:12 +0000 (18:01 +0100)
babl/babl-sampling.c

index a3fa3a6db34344e68a0666fa8da1630af0f7d45a..d2e43d61b9a8a49823919505ffbae92325069e63 100644 (file)
@@ -42,14 +42,6 @@ babl_sampling (int horizontal,
   return NULL;
 }
 
-
-static int
-each_babl_sampling_destroy (Babl *babl,
-                            void *data)
-{
-  return 0; 
-}
-
 void
 babl_sampling_class_for_each (BablEachFunction each_fun,
                               void            *user_data)
@@ -66,13 +58,6 @@ babl_sampling_class_for_each (BablEachFunction each_fun,
       }
 }
 
-
-void
-babl_sampling_class_destroy (void)
-{
-  babl_sampling_class_for_each (each_babl_sampling_destroy, NULL);
-}
-
 void
 babl_sampling_class_init (void)
 {